home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
Drakojan.swf
/
scripts
/
DefineSprite_1759
/
frame_2
/
DoAction.as
Wrap
Text File
|
2006-07-21
|
355b
|
18 lines
_root.bombs = 3;
_root.score -= 5400;
if(_root.buy_hell._currentframe == 2)
{
_root.score += 2500;
_root.buy_hell.gotoAndStop(1);
}
if(_root.buy_medu._currentframe == 2)
{
_root.score += 10000;
_root.buy_medu.gotoAndStop(1);
}
if(_root.buy_net._currentframe == 2)
{
_root.score += 50000;
_root.buy_net.gotoAndStop(1);
}